home *** CD-ROM | disk | FTP | other *** search
- Path: wdl1.wdl.loral.com!usenet
- From: Chuck Gantz <chuck.gantz&globalstar.loral.com>
- Newsgroups: comp.lang.c++
- Subject: Passing command line params in Windows
- Date: 27 Mar 1996 20:25:05 GMT
- Organization: Globalstar L.P.
- Message-ID: <4jc871$jg7@wdl1.wdl.loral.com>
- NNTP-Posting-Host: gstar166.wdl.loral.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1 (Windows; U; 16bit)
-
- I have a win3.1 program that I've written, using OWL, that is designed to
- have only one copy of the program running at once, i.e. starting the
- program, then minimizing, then running again, just starts the original
- program at the point where it was minimized. The program accepts command
- line parameters. The question is, if you pass different command line
- parameters the second time you run the program, how do you tell the
- application to recalculate based on the new parameters?
-
-